/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.preloader_div {
	width:100%;
	height:100%;
	position:fixed;
	 background-color: black;
		background-repeat: no-repeat;
		background-attachment: fixed; 
		background-size: cover;
	z-index:10;
}

.percentagestyle {
	text-align: center;
  position: absolute;
    font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #019F8C;
  top: 55%;
  left: 50%;
  	z-index: 10;
}


.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

.logo {
	background-image: url('media/logo_sereniaariya.png');
	position: fixed;
    top: 10px;
    left: 10px;
    width: 200px;
    height: 75px;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 1;
}

.housetype {
	position: fixed;
    top: 80px;
    left: 20px;
    width: 200px;
    height: 75px;
    z-index: 1;
}


.show1 {
	float: right;
		position: fixed;
		right: 10px;
    bottom: 160px;
	background-image: url('img/3.0_controls/btn_l1_off.png');
    cursor: pointer;
    background-size: 80% 80%;
	background-position: 50% 50%;
	 width: 80px;
    height: 80px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.showg {
	float: right;
		position: fixed;
		right: 10px;
    bottom: 80px;
	background-image: url('img/3.0_controls/btn_lg_off.png');
    cursor: pointer;
    background-size: 80% 80%;
	background-position: 50% 50%;
	 width: 80px;
    height: 80px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.showall {
	float: right;
		position: fixed;
		right: 10px;
    bottom: 0px;
	background-image: url('img/3.0_controls/btn_showunit_off.png');
    cursor: pointer;
    background-size: 80% 80%;
	background-position: 50% 50%;
	 width: 80px;
    height: 80px;
	 background-repeat: no-repeat;
	 display: block;

}



.hide1 {
	float: right;
	position: fixed;
	right: 10px;
    bottom: 160px;
	background-image: url('img/3.0_controls/btn_l1_on.png');
    cursor: pointer;
    background-size: 80% 80%;
	background-position: 50% 50%;
	width: 80px;
    height: 80px;
	background-repeat: no-repeat;
	display: none;
}


.hideg {
	float: right;
	position: fixed;
	right: 10px;
    bottom: 80px;
	background-image: url('img/3.0_controls/btn_lg_on.png');
    cursor: pointer;
    background-size: 80% 80%;
	background-position: 50% 50%;
	width: 80px;
    height: 80px;
	background-repeat: no-repeat;
	display: none;

}

.hideall {
	float: right;
		position: fixed;
	right: 10px;
    bottom: 0px;
	background-image: url('img/3.0_controls/btn_showunit_on.png');
    cursor: pointer;
    background-size: 80% 80%;
	background-position: 50% 50%;
	 width: 80px;
    height: 80px;
	 background-repeat: no-repeat;
	 display: none;

}

.toggle-furniture {
	bottom: 10px;
	left: 40%;
  	position: fixed;
	background-image: url('img/3.0_controls/t_furnished_on.png');
    cursor: pointer;
    background-size: 90% 90%;
	background-position: 50% 50%;
	 width: 190px;
    height: 46px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.toggle-no-furniture {
	bottom: 10px;
	left: 40%;
  	position: fixed;
	background-image: url('img/3.0_controls/t_furnished_off.png');
    cursor: pointer;
    background-size: 90% 90%;
	background-position: 50% 50%;
	 width: 190px;
    height: 46px;
	 background-repeat: no-repeat;
	 display: none;
	
}

.loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #019F8C;
  letter-spacing: 0.2em;
}


.loader::before, .loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #019F8C;
  position: absolute;
  -webkit-animation: load .7s infinite alternate ease-in-out;
          animation: load .7s infinite alternate ease-in-out;
}
.loader::before {
  top: 0;
}
.loader::after {
  bottom: 0;
}

@-webkit-keyframes load {
  0% {
    left: 0;
    height: 10px;
    width: 15px;
  }
  50% {
    height: 4px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 10px;
    width: 15px;
  }
}

@keyframes load {
  0% {
    left: 0;
    height: 10px;
    width: 15px;
  }
  50% {
    height: 4px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 10px;
    width: 15px;
  }
}


/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }


@media only screen and (max-width: 1000px) {
    
    
.logo {
	background-image: url('media/logo_sereniaariya.png');
	position: fixed;
    top: 10px;
    left: 10px;
    width: 200px;
    height: 75px;
    cursor: pointer;
    background-size: 60% 60%;
     background-repeat: no-repeat;
    z-index: 1;
}

.housetype {
	position: fixed;
    top: 50px;
    left: 20px;
    width: 200px;
    height: 75px;
    z-index: 1;
}

.fullscreen-button {
    position: absolute;
    float: right;
    top: 5px;
    right: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    display: none;
    z-index: 1;
}

.show1 {
	float: right;
		position: fixed;
		right: 7px;
    bottom: 110px;
	    cursor: pointer;
    background-size: 100% 100%;
	background-position: 50% 50%;
	 width: 40px;
    height: 40px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.showg {
	float: right;
		position: fixed;
		right: 7px;
    bottom: 60px;
    cursor: pointer;
    background-size: 100% 100%;
	background-position: 50% 50%;
	 width: 40px;
    height: 40px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.showall {
	float: right;
		position: fixed;
		right: 7px;
    bottom: 10px;
	    cursor: pointer;
    background-size: 100% 100%;
	background-position: 50% 50%;
	 width: 40px;
    height: 40px;
	 background-repeat: no-repeat;
	 display: block;

}



.hide1 {
	float: right;
	position: fixed;
	right: 7px;
    bottom: 110px;
	   cursor: pointer;
    background-size: 100% 100%;
	background-position: 50% 50%;
	width: 40px;
    height: 40px;
	background-repeat: no-repeat;
	display: none;
}


.hideg {
	float: right;
	position: fixed;
	right: 7px;
    bottom: 60px;
	   cursor: pointer;
    background-size: 100% 100%;
	background-position: 50% 50%;
	width: 40px;
    height: 40px;
	background-repeat: no-repeat;
	display: none;

}

.hideall {
	float: right;
		position: fixed;
	right: 7px;
    bottom: 10px;
	cursor: pointer;
    background-size: 100% 100%;
	background-position: 50% 50%;
	 width: 40px;
    height: 40px;
	 background-repeat: no-repeat;
	 display: none;

}

.toggle-furniture {
	bottom: 10px;
	left: 20%;
  	position: fixed;
    cursor: pointer;
    background-size: 60% 60%;
	background-position: 50% 50%;
	 width: 190px;
    height: 46px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.toggle-no-furniture {
	bottom: 10px;
	left: 20%;
  	position: fixed;
    cursor: pointer;
    background-size: 60% 60%;
	background-position: 50% 50%;
	 width: 190px;
    height: 46px;
	 background-repeat: no-repeat;
	 display: none;
	
}    
    
}
